// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.loopj.android.http; abstract class g { public byte a[]; public int b; g() { } public abstract int a(int i); public abstract boolean a(byte abyte0[], int i, int j, boolean flag); }